[XM] Removed traceback printing for non ACMError exceptions
authoratse@norwich.uk.xensource.com <atse@norwich.uk.xensource.com>
Thu, 28 Sep 2006 10:50:51 +0000 (11:50 +0100)
committeratse@norwich.uk.xensource.com <atse@norwich.uk.xensource.com>
Thu, 28 Sep 2006 10:50:51 +0000 (11:50 +0100)
commit438289a1bd93df494bd56b1d9bc03d9cfc079225
tree49c25b26739a474432c9d7cf3182e234d773f592
parent9bb76d3442d5a823f16b70de5a3019eb38f50f29
[XM] Removed traceback printing for non ACMError exceptions

Removing try,except block as cfgbootpolicy should allow exceptions to
propagate instead of printing traceback to stdout.
(http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=778)

Changed usage of string.join, string.split when creating security
policy path name.

Signed-off-by: Alastair Tse <atse@xensource.com>
tools/python/xen/xm/cfgbootpolicy.py